/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    class       polyBoundaryMesh;
    location    "1/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    frontAndBack
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          2132;
        startFace       688114;
    }
    inlet
    {
        type            patch;
        nFaces          100;
        startFace       690246;
    }
    outlet
    {
        type            patch;
        nFaces          100;
        startFace       690346;
    }
    lowerWall
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          4098;
        startFace       690446;
    }
    upperWall
    {
        type            patch;
        nFaces          1000;
        startFace       694544;
    }
    motorBike
    {
        type            wall;
        inGroups        List<word> 
2
(
motorBikeGroup
wall
)
;
        nFaces          20795;
        startFace       695544;
    }
)

// ************************************************************************* //
